home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / ALGEBRA Demo / exponent.trs < prev    next >
Encoding:
Text File  |  1988-07-06  |  398 b   |  54 lines

  1. MENU
  2. 1
  3. 1
  4. BOX
  5. 1
  6. x^4 * x^3
  7. MESSAGE
  8. 3
  9. If x is any real number and m and n are positive
  10. integers, then x^m * x^n = x^(m+n).  
  11. The Simplify option illustrates this.
  12. MENU
  13. 1
  14. 4
  15. PAUSE
  16. MENU
  17. 1
  18. 1
  19. BOX
  20. 1
  21. x^5 * x^6
  22. MENU
  23. 1
  24. 4
  25. PAUSE
  26. MENU
  27. 1
  28. 1
  29. BOX
  30. 1
  31. (x^3)^2
  32. MESSAGE
  33. 2
  34. If x is any real number and m and n are
  35. positive integers, then (x^n)^m = x^(m*n).
  36. MENU
  37. 1
  38. 4
  39. PAUSE
  40. MENU
  41. 1
  42. 1
  43. BOX
  44. 1
  45. (x^11)^3
  46. MENU
  47. 1
  48. 4
  49. PAUSE
  50. MENU
  51. 1
  52. 6
  53. END
  54.